home *** CD-ROM | disk | FTP | other *** search
/ Computer Idee 14 / Computer Idee 14-01.iso / Virtual Stratton / data1.cab / DATA_FILES / data / gui / scoresheet.ggm < prev    next >
Encoding:
Text File  |  2000-12-08  |  1.4 KB  |  69 lines

  1. //  Game GUI Movie File
  2. //
  3.  
  4. //  Max line length = 255 chars
  5. //  Max keyword length = 32 chars
  6.  
  7. GAMEGUIMOVIE 1.0     //  Version -- must be first valid line in this file
  8.  
  9. //
  10. //  Actor definitions
  11. //
  12.  
  13. MOVIE BORDER
  14.   FILENAME "infoborder.ggm"
  15.   PLAYMODE LOOP
  16. END
  17.  
  18. POLYGON DIVLINE_H
  19.   BITMAP "runinfo.psd"
  20.   V -0.90  0.025  0.06640625 0.0703125
  21.   V  0.90  0.025  0.07421875 0.0703125
  22.   V  0.90 -0.025  0.07421875 0.1328125
  23.   V -0.90 -0.025  0.06640625 0.1328125
  24. END
  25.  
  26. TEXTLINE TITLETEXT
  27.   FONT "swiss-xcbi.ggf"
  28.   SIZE 0.15
  29.   ALIGN LEFT
  30.   TEXT "Scoresheet"
  31. END
  32.  
  33.  
  34. //
  35. //  Movie Script
  36. //
  37.  
  38. SCRIPT
  39.  
  40.   00000 TITLETEXT
  41.          00000 SETCOLOR 1.0 1.0 0.7 0.0
  42.          00000 SETPOS 1.5 0.65 ^-2.0
  43.          00000 SETSPACING 5.0 0.0 ^-2.0
  44.          03000 SETPOS -0.95 0.65
  45.          03000 SETSPACING 0.0 0.0
  46.         END
  47.   
  48.   02000 DIVLINE_H
  49.          00000 SETPOS 2.0 0.0 ^-2.0
  50.          00000 SETCOLOR 0.0 1.0 1.0 1.0 ^-2.0
  51.          
  52.          01000 SETPOS 0.0 0.0
  53.          01000 SETCOLOR 1.0 1.0 1.0 1.0
  54.         END
  55.   
  56.   00000 BORDER
  57.          00000 SETPOS 0.0 -4.0 ^-2.0
  58.          00000 SETROT -45.0 ^-2.0
  59.          00000 SETSCALE 2.0 2.0 ^-2.0
  60.          00000 SETCOLOR 0.0 1.0 1.0 1.0 ^2.0
  61.          
  62.          03000 SETPOS 0.0 0.0
  63.          03000 SETSCALE 1.0 1.0
  64.          03000 SETROT 0.0
  65.          03000 SETCOLOR 1.0 1.0 1.0 1.0
  66.         END
  67.  
  68. END
  69.